(C) 1996 AROS - The Amiga Replacement OS
struct TagItem *tagList, *tagListClone; \* Set up the original taglist tagList *\ tagListClone = CloneTagItems( tagList ); \* Do what you want with your TagList here *\ FreeTagItems( tagListClone );
Added parens to all assignments which are used truth expressions